SciChart.Charting Assembly > SciChart.Charting.Model.DataSeries Namespace > HlcDataSeries<TX,TY> Class > Append Method : Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
The list of X values.
The list of Y values.
The list of High values.
The list of Low values.
The metadata values.
Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
Appends a list of Open, High, Low, Close points to the series.
Syntax

Parameters

x
The list of X values.
y
The list of Y values.
high
The list of High values.
low
The list of Low values.
metadata
The metadata values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also